home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1999 #1 / 1999 CD 1 (black).iso / Fisher-Price / Dialog.dcr / 00004_Yes button.ls < prev    next >
Encoding:
Text File  |  1998-08-17  |  172 b   |  11 lines

  1. on mouseUp me
  2.   set the visible of window "dialog" to 0
  3.   tell the stage
  4.     go("EndDemo")
  5.   end tell
  6.   tell the stage
  7.     continue()
  8.   end tell
  9.   WindowHappyShutown()
  10. end
  11.